Removed gtk_cell_area_context_sum_preferred_width/height apis.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 28 Nov 2010 09:52:08 +0000 (18:52 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 29 Nov 2010 01:55:50 +0000 (10:55 +0900)
commitc1cbc8790e84f7cc455e2cbf5e2d5b7ec07abbbd
tree969284f27304d12e9a29e02a8b2d0fc32969741d
parent217f6883769a954d2193f6931051ceaffee46264
Removed gtk_cell_area_context_sum_preferred_width/height apis.

Turns out theres not much reason to do this in a separate api,
now we just sum up the sizes of aligned cell groups in GtkCellAreaContextBox
when pushing the group size.
gtk/gtkcellareaboxcontext.c
gtk/gtkcellareacontext.c
gtk/gtkcellareacontext.h
tests/cellareascaffold.c